encoding/json.Decoder.scan (field)
11 uses
encoding/json (current package)
stream.go#L20: scan scanner
stream.go#L90: dec.scan.reset()
stream.go#L102: dec.scan.bytes++
stream.go#L103: switch dec.scan.step(&dec.scan, c) {
stream.go#L108: dec.scan.bytes--
stream.go#L114: if stateEndValue(&dec.scan, ' ') == scanEnd {
stream.go#L119: dec.err = dec.scan.err
stream.go#L120: return 0, dec.scan.err
stream.go#L128: if dec.scan.step(&dec.scan, ' ') == scanEnd {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |